Handle old buffer display options more faithfully.
authormartin rudalics <rudalics@gmx.at>
Tue, 21 Jun 2011 08:29:43 +0000 (10:29 +0200)
committermartin rudalics <rudalics@gmx.at>
Tue, 21 Jun 2011 08:29:43 +0000 (10:29 +0200)
commite7e412694268ead131b044bab56d320dafbb803c
tree4888be39e53175b2045bb3e2496b925094a684ad
parentb67be8568dd0d92fead31a4ff990d7472498ac56
Handle old buffer display options more faithfully.

* window.el (display-buffer-alist): In default value do not
enforce searching a window on any but the selected frame.
Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
(display-buffer-select-window): Remove function.
(display-buffer-in-window): When a window on another frame gets
reused, do not select it any more but just raise its frame if
necessary (Bug#8851) and (Bug#8856).
(display-buffer-normalize-options): Handle pop-up-frames related
options more faithfully.
(pop-to-buffer): Don't rely on `display-buffer' selecting the
window if it is on another frame.
lisp/ChangeLog
lisp/window.el